From ebe0adc1cb0ed33794197b5372110c5d5defd064 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Thu, 5 Sep 2024 07:39:45 -0600 Subject: [PATCH] fix tidy readability-duplicate-include --- grtcirc.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/grtcirc.cc b/grtcirc.cc index b8e4e34cb..bb4345ff0 100644 --- a/grtcirc.cc +++ b/grtcirc.cc @@ -28,7 +28,6 @@ #include // for tie, tuple, make_tuple, ignore #include "defs.h" // for PositionRad, DEG, METERS_TO_MILES, PositionDeg -#include "grtcirc.h" static constexpr double EARTH_RAD = 6378137.0; -- 2.30.2